Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
interface_exists
interface_exists
Check if the interface is defined
Name:
interface_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the interface is defined
Related
How to Determine if PDO::beginTransaction Has Successfully Started a Transaction? Methods for Detection
6
How to use krsort sorting with array_flip
10
Use socket_cmsg_space to obtain socket information in combination with socket_getsockname
7
The relationship between mysqli_stmt::$error and mysqli error reporting mechanism
5
Similar Functions
get_called_class
get_called_class
Thenameofthe"La
property_exists
property_exists
Checkifanobjectorcla
interface_exists
interface_exists
Checkiftheinterfacei
trait_exists
trait_exists
Checkifthespecifiedt
get_parent_class
get_parent_class
Returnstheparentclas
is_a
is_a
Checkifanobjectbelon
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
Popular Articles